home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Source
/
GNU
/
emacs
/
src
/
m-seq386.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-07
|
324 b
|
12 lines
#include "m-sequent.h"
#if 0 /* This is probably not necessary in GCC 2.2 and up. */
/* When compiling with GCC and not optimizing,
start has to skip one extra dummy word on the stack. */
#if defined (__GNUC__) && !defined (__OPTIMIZE__)
#undef CRT0_DUMMIES
#define CRT0_DUMMIES dummy1, dummy2,
#endif
#endif /* 0 */